home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / Status.nib / data.classes next >
Text File  |  1994-12-14  |  312b  |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. AIStatus = {
  7.     ACTIONS = {
  8.     };
  9.     OUTLETS = {
  10.     titleField;
  11.     window;
  12.     statusField;
  13.     progressView;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. AIProgressView = {
  18.     ACTIONS = {
  19.     increment:;
  20.     };
  21.     OUTLETS = {
  22.     };
  23.     SUPERCLASS = View;
  24. };
  25.